home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 3565-4.665 / dmg-4663 / kit1samp.txt < prev    next >
Text File  |  1987-04-21  |  3KB  |  72 lines

  1.  
  2. 10.2.93 
  3.  
  4. Hello !
  5.  
  6.  
  7. The two programs mergchan.prg and cuttere.prg are utilities
  8. for generating a sample bank for the 3D CONSTRUCTION KIT v.1
  9. from INCENTIVE SOFTWARE
  10.  
  11. They are written in Omikron basic. There are the compiled
  12. versions and the source code in the folder.
  13.  
  14.  
  15. I wrote these programs, because I had trouble with my samples and 
  16. merging them correctly to a sample bank. I generated my samples
  17. with the DELUXE SOUND AUDIO DIGITISER on an Amiga 500 then ported
  18. them (via NULL Modem) to my ST and was very much wondering that
  19. I only got a "crrck" when they were merged to a samplebank and
  20. loaded in with the 3d Construction kit. The Audio digitiser Program
  21. saved the sample datas correctly in the RAW format, I was sure of
  22. that. What I didn't knew: There are no zero bytes allowed in the 
  23. sample datas with the 3dkit and the sample lenght must be even
  24. because of the 16 BIT format of the ST (I think), but both was done from
  25. the digitiser.
  26.  So I wrote these little two programs.
  27.   Mergchan.prg will load your
  28.  samples, change  zero bytes into "1" Bytes (does not affect
  29.  sound quality) and link them to a sample bank. You
  30.  can also use it of course with normal RAW samples, just to link
  31.  them a little more comfortable than with the old ttp-merger.
  32. The first sample you select will be sound(0), the next sound(1)
  33. and so on. To save the bank, click on ok when no file is selected. 
  34. The samplebank lenght in my program is limited to 150 000 Bytes.
  35. If you want a larger bank you have to change the "dim" order
  36. in the omicron basic source code (easy).
  37.  
  38.  
  39. cuttere.prg is for that cases, that you have a RAW sample with
  40.  an odd lenght e.g. 2355 bytes. It was my expierience that
  41.  this will also confuse a sample bank, when linked to other
  42.  samples.  It may be, that this only happens with my
  43.  merge program, not with the ttp-merger of the kit. Anyway.
  44.    Look at your file information wether you have one of those odd samples.
  45.  If so, you can load them with cuttere.prg. The last byte will be
  46.  cut off, the RAW Header corrected and then you can write it back to
  47.  disk, now in even lenght.
  48.  
  49.    
  50. Although I think that problems like these do not occure often
  51. or do only depend on my strange way to take samples, the two
  52. progams might be helpful. I give this software into PD, because
  53. the 3DKIT series is such a phantastic (in german: Phantastisch !)
  54. software, that it has to
  55. be supported.
  56.  
  57.  
  58. Many thanks to Mandy Rodriguez and Paul Gregory for their help !
  59.  
  60.  
  61.  
  62. If you have trouble with my programs, feel free to contact me:
  63.  
  64. Juergen Hunke
  65. Groothoffgasse 8
  66. 2000 Hamburg 60
  67. Tel. 040/2791309
  68. Germany
  69.  
  70.  
  71.  
  72.